home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00089_Play PhotoShoot Sprite Script.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  188 b   |  12 lines

  1. on mouseDown
  2.   global giInPlay
  3.   buttonLogic()
  4.   if the result = 1 then
  5.     set giInPlay to 1
  6.     startTimer()
  7.     repeat while the timer < 60
  8.     end repeat
  9.     cNextShot(1)
  10.   end if
  11. end
  12.